home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / d342.lha / 68k.man next >
Text File  |  1992-04-14  |  63KB  |  1,263 lines

  1. Citadel-68K System Related Notes
  2. ---------------------------------
  3.  
  4.    The Citadel-86 documentation is generally applicable to Citadel-68K for
  5. the Amiga.  However, there are some features which the Citadel-68k
  6. do not supported, Some will eventually be worked on, and other may never
  7. get done.
  8.  
  9.    In general you can get help on Citadel 68K by calling one of the following
  10. Citadels:
  11.  
  12.    The Amiga Zone:  609-953-8159
  13.    Images           612-884-7951
  14.    Full Circle      612-827-3214
  15.    C-86 Test System 612-470-9635
  16.  
  17. You also can call most any local Citadel and post messages in the Citadel 68K
  18. room or the Amiga room.  Both rooms are netted to the Amiga Zone and will
  19. eventually reach me.  I have spent a fair amount of time on this document,
  20. cannot guarentee everything...  If you find an error, please let me know.
  21.  
  22. I suggest that if you are thinking of starting a Citadel BBS, you should
  23. first become familar with a local sysop of a Citadel BBS.  Next, get a
  24. separate phone line for the BBS alone.  If you run a BBS and it is not a
  25. 24 Hour BBS, you will find few callers.  Next, decide what kind of theme
  26. your BBS will have.  A theme will attract callers.  Now, you need to see
  27. if you have the resources to run a BBS.  I have seen big systems and small
  28. run Citadel.  2 floppies plus 512K is barely enough to survive.  Since the
  29. Amiga multitasks, you can do other things while the BBS is running.  I
  30. would recommend a minimum of 1 megabyte of memory plus at least 3 floppies
  31. or a hard drive.  You can run a Citadel on less, but probably will not
  32. last long with only a few messages and rooms.  I would recommend 2 MB of
  33. memory and a 20 MB HD to most Citadels as the "normal" configuration.  I
  34. have 5 MB of RAM and 80 MB of Hard drive.  The more memory the better, I
  35. get problem reports from people with the "minimum" RAM that I truely think
  36. are due to lack of memory.
  37.  
  38. Lastly, get the lastest Citadel, Documenation files and spend about a week
  39. reading this and the other Citadel documenation.  You will be confuse and
  40. probably will not understand most of it.  Now take the ctdlcnfg.sys from
  41. the archive(if you did not find one in your archive, get the real thing
  42. from one of the systems above) and change the appropriate parameters.
  43. Set things up and go on the air.  Once you have had a few callers, been
  44. working on your BBS and feel confortable with it's operation, check with
  45. local citadel sysops and connect up to the network.  You will have to find
  46. out who is the "local feed" in your area, just ask any sysop.  Make your
  47. arrangements and changes to the ctdlcnfg.sys and you will be connected
  48. coast to coast.  I suggest that you make an attempt to get the Amiga and
  49. Citadel 68K rooms shared with your system.  I and other Sysops will post
  50. information on upgrades and problems.  Remember, Every Sysop was in your
  51. shoes at one time or another.  We all started out the same way.  We are
  52. all pretty much a friendly bunch(no matter how much we argue on the net!)
  53. and are glad to help.  When you connect up to either room, place what
  54. is called a seed message telling everyone who you are,where you are
  55. located, and your Node ID.  You might be surprised who might give you a
  56. call(me for one!)....  Good Luck!
  57.  
  58. INSTALL3.MAN
  59. ------------
  60.  o Later on in this manual is a list of some of the parameters that you
  61.    can control.  All the configuration parameters are documented either in
  62.    the INSTALL3.MAN or later in here.
  63.  o Ignore all references to the EASE utility.  Currently, the only Amiga
  64.    Ease program that exists does not work.  It has been given low priority
  65.    over other things.  Eventually, I will get to it.
  66.  
  67.  o Ignore references to supported machines and operating systems.
  68.    Citadel-68k is for the Amiga line of products.
  69.  
  70.  o Ignore references to DOS configuration.  INSTEAD -- you must make sure
  71.    you have STACK 50000 in your Amiga setup.  More it better, If you have
  72.    the memory, use it.  I set my stack to 100K and have had no problems,
  73.    other people have used 40K, 50K, and 65K and seem to have some problems
  74.    that might be stack related.  CTDL checks for a minimum of 40000.
  75.    CONFG does not check(nor do the utilities.  I recommend a 30K stack for
  76.    them.
  77.  
  78.  o Section II.6.b -- when specifying directories for system data files (like
  79.    #MSGAREA, etc.), you may use either relative or absolute directory
  80.    specifications, rather than being constricted to subdirectories of the
  81.    current directory.
  82.  
  83.  o Parameters not supported in Citadel 68K
  84.  
  85.    #IBM                 #COM           #OLDVIDEO
  86.    #FOREGROUND          #BACKGROUND    #STATUS-FOREGROUND
  87.    #STATUS-BACKGROUND   #SEARCHBAUD
  88.  
  89.  o Ignore Sections II.10.b, II.10.c, II.10.d.1, II.10.e (especially!), and
  90.    Section III.
  91.  
  92. OPER3.MAN
  93. ---------
  94.  o Section VIII.4 (File Transfers while in Chat Mode) references the PC's
  95.    PG UP and PG DN keys as primary methods to download and upload in chat.
  96.    Since the Amiga has no such keys, you must use the alternative described
  97.    -- CTRL-E for Uploads, CTRL-F for downloads -- if you use Citadel for
  98.    BBSing at all.  Performance in Chat mode is not good when calling other
  99.    bulletin boards.
  100.  
  101.  o Section VIII.7 is not correct for the Amiga.
  102.  
  103.  o Section XII (Outside Editor) is implemented but works a little oddly.
  104.    If you are using an editor like TURBOTEXT that will release the starting
  105.    process, it will not work correctly.  With TURBOTEXT, use the commands
  106.  
  107.    #EDITOR "TTX WAIT"
  108.    #EDIT-AREA "CIT:temp/"
  109.  
  110.    This way it will hold up the process and CTDL will be able to get the
  111.    file AFTER you changed it.  Without the "WAIT"  it does not work correctly.
  112.  
  113. OTHER NOTES
  114. -----------
  115.  o The Read forward command has two parameters which may be substituted
  116.    for the date.  These are YESTERDAY and TODAY.  The commands would look
  117.    like:
  118.  
  119.    .RF TODAY or .RF YESTERDAY
  120.  
  121.    Also instead of the date(i.e. 92APR02), you may specify the number of
  122.    days to go back with:
  123.  
  124.    .RF 5     <-- Read forward from 5 days ago.
  125.  
  126.  o Citadel uses the req.library.  You will need to have that in the libs
  127.    directory.  This is found on the fish disks and other PD collections.
  128.  
  129.  o There is an AREXX port in Amiga Citadel.  The AREXX capabilities of
  130.    Amiga Citadel are limited to execution of simple instructions.  The
  131.    port name of the program is "Citadel68K".  These instructions are as
  132.    follows:
  133.  
  134.      "setchat" 0/1 -- sets chat mode
  135.  
  136.      "setecho" 0/1 -- sets echo mode
  137.  
  138.      "setnouserdisable" 0/1 -- sets Call Sysop flag
  139.  
  140.      "exit" 0/1 -- forces ctdl to exit with 1 bypassing protection
  141.        to keep from kicking off users.
  142.  
  143.      "version" -- returns version of program
  144.  
  145.      "serialenable" 0/1 0/1 -- enables/disables serial.device with the
  146.        second parameter determining if the program should override
  147.        protection to prevent a user from getting kicked off.
  148.  
  149.    I plan to add other AREXX command to Citadel 68K as people request
  150.    them(if they are possible to do).
  151.  
  152.  o There are Amiga Specific commands in Ctdlcnfg.sys.  These are:
  153.  
  154.    #WBENCHWINDOW -- Placing this in the file tells ctdl to open a window on
  155.    the workbench screen rather than create a new screen.  The next two
  156.    paramaters work differently based on the presence or absence of this
  157.    paramater.
  158.  
  159.    #SCREENWIDTH n -- Describes the width of the screen when a new screen is
  160.    created.  Otherwise it describes the width of the window created by the
  161.    program on the workbench screen.
  162.  
  163.    #SCREENHEIGHT n -- Describes the height of the screen when a new screen
  164.    is created.  Otherwise it describes the height of the window created by
  165.    the program on the workbench screen.
  166.  
  167.    #SCREENCOLOR0 n -- The background color (pen 0) of the screen that ctdl
  168.    opens.  This is the RGB value broken down in binary expressed as a
  169.    decimal number.  This number is created by the pattern 0000rrrrggggbbbb.
  170.    Example Red Intensity 8 is 2048.
  171.  
  172.    #SCREENCOLOR1 n -- The foreground color (pen 1) of the screen that ctdl
  173.    opens.  This number works the same as screencolor0.
  174.  
  175.    #DISABLEEHO -- if this parameter is present, console echo will be
  176.    disabled upon startup of ctdl.
  177.  
  178.    #DIRECTTOCHIP -- if this parameter is present, serial output will be
  179.    directed directly to the chip that handles serial I/O, bypassing the
  180.    serial.device.  This should work for all systems and is only a selection
  181.    because of choice.
  182.  
  183.  
  184.  System Setup:
  185.  
  186.    The following files are mentioned in the other manuals, this is just a
  187.    summary for the budding sysop.  These files are created by CONFG unless
  188.    otherwise noted.  Some you will create to add features to Citadel.
  189.  
  190.       o CTDLMSG.SYS.   This file contains all the messages in the system.
  191.       o CTDLROOM.SYS.  This file contains information about the rooms in your
  192.                        system.  The size of this file is given later in this
  193.                        manual.
  194.       o CTDLLOG.SYS.   This file contains all the accounts for users on your
  195.                        system.  The size of this file is given later in this
  196.                        manual.
  197.       o CTDLNET.SYS.   This file, if it exists, will be 0 bytes long when
  198.                        initially generated by CONFG.EXE.
  199.       o CTDLFLR.SYS.   This file contains information about the floors in your
  200.                        system.  This is the only file of this group is not
  201.                        static; it grows as you add floors to your system.
  202.                        Don't panic, though.  Each floor only takes 21 bytes.
  203.  
  204.       o CTDLARCH.SYS.  This file contains data about auto-archiving of rooms
  205.                        (an advanced topic to be covered under day-to-day
  206.                        operations).
  207.       o CTDLNET.SYS.   This file, created by CONFG, will be expanded by
  208.                        CTDL if you are participating in a network.
  209.       o CALLLOG.SYS.   This file, an optional text file, is updated as each
  210.                        caller hangs up.  This will be placed in the #CALLAREA
  211.       o CTDLDIR.SYS.   This file contains data about the directory rooms on
  212.                        your system, specifically the name of the DOS directory
  213.                        associated with each directory room on your system.
  214.   Optional items
  215.  
  216.     I will not say too much about these since they are optional and not needed
  217.     to startup your system.  They are covered in detail in the other manuals.
  218.  
  219.       o CTDLPROT.SYS   If this file exists, it contains information about
  220.                        external protocols.  To get Zmodem for example, you
  221.                        need to file a Zmodem program(See P340.lzh) and add
  222.                        the information to this file.
  223.       o RESULTS.SYS    This file specifies your modems response codes.  You
  224.                        really should have one of these that looks something
  225.                        like:
  226.  
  227.                        #result-300 Connect 300
  228.                        #result-1200 Connect 1200
  229.                        #result-2400 Connect 2400
  230.                        #result-9600 Connect 9600
  231.                        #no-dialtone No Dialtone
  232.                        #no-carrier No Carrier
  233.                        #ok OK
  234.                        #error Error
  235.                        #voice Voice
  236.                        #busy Busy
  237.                        #ring Ring
  238.  
  239.                        Without this file, CTDL will work, but you get
  240.                        improved performance with it.  You can cut this section
  241.                        out of this file, remove the leading spaces and use
  242.                        it as is.
  243.  
  244.   CONFG PARAMETERS:
  245.  
  246.      To setup a Citadel, you have to create a file called CTDLCNFG.SYS.  It
  247.      is read by CONFG and all the other files are created.  The most confusing
  248.      part of being a sysop is setting up this file.  The parameters here are
  249.      explained in enough detail so you can setup your system.  Use the example
  250.      file in the archive to setup all the details.
  251.  
  252.      #nodeTitle  "<title>"
  253.  
  254.                   The first parameter you should find is called nodeTitle.
  255.                   It is a string value that obeys formatting directives,
  256.                   and is subject to formatting considerations.  nodeTitle
  257.                   is the title of your installation that is printed when
  258.                   is detected on your system.  More precisely, nodeTitle
  259.                   will show up in the following place on your system:
  260.  
  261.       Welcome to <title>
  262.        Running ...
  263.  
  264.                   However, nodeTitle may not necessarily be printed at
  265.                   this point, because if a help file named BANNER.BLB
  266.                   exists on your system, it will be printed in place of
  267.                   the "Welcome to <nodeTitle>" part.
  268.      EXAMPLE:
  269.  
  270.      #nodeTitle "Test System\n Truly a Heaven in Reverse"
  271.  
  272.                   The #nodeTitle is printed out on .Read Status commands,
  273.                   also.  There is no formal limit on the length of this
  274.                   parameter, but you should definitely use BANNER.BLB for
  275.                   long #nodeTitles, or to vary it easily.
  276.  
  277.      #nodeName  "<nodename>"
  278.  
  279.                   nodeName is, in reality, purely a network parameter,
  280.                   and if you have no plans to ever join a C86net, then
  281.                   there is no need to fill in this parameter.  However,
  282.                   it has always been traditional, even before there was
  283.                   a net for any Citadel system anywhere, to fill in this
  284.                   and the next parameter (and, so, sentimentally we feel
  285.                   this belongs in this Miscellaneous section).   nodeName
  286.                   is a string value which does NOT accept formatting directives
  287.                   (i.e., formatting directives will be ignored).  It can
  288.                   be no longer than 19 letters long.  It should be a short,
  289.                   mnemonic name for your system.  An EXAMPLE of a reasonable
  290.                   value:
  291.  
  292.      #nodeName "ODD-DATA"
  293.  
  294.                   If you ever do join a C86net, messages from your system
  295.                   appearing on another Citadel node of that net will look
  296.                   something like this:
  297.  
  298.         82Nov23 from Cynbe ru Taren @ODD-DATA
  299.  
  300.                   except that ODD-DATA would be replaced with your value
  301.                   for #nodeName.
  302.  
  303.      #nodeId
  304.  
  305.                  As mentioned, this parameter is a network parameter that
  306.                  has traditionally always been set, even for non-network
  307.                  Citadels.  If you have no plans to ever be on a C86net,
  308.                  then you don't have to set this string value parameter
  309.                  to anything important.  If you do plan to join one, though,
  310.                  (we'll go over this in more detail in the section on the
  311.                  network), then you do have to set this parameter correctly.
  312.                  The format of this parameter is
  313.  
  314.           "<Country code><Area Code><Phone number>"
  315.  
  316.                  all of which applies to the phone that your system resides
  317.                  on.  Country code is a two letter sequence indicating
  318.                  what country you live in (US is the United States, CA
  319.                  is Canada.   Area code is the area code of your system
  320.                  (yes, we are aware that there is a clear bias towards
  321.                  US-style telephony).  And Phone number is, of course,
  322.                  the phone number that your system is on.  You can put
  323.                  punctuation (such as parenthesis and dashes), but please
  324.                  be conservative with them.  This string value does not
  325.                  obey formatting directives.  Here's a fairly generic
  326.                  example:
  327.  
  328.    #nodeId "US (612) 953 8159"
  329.  
  330.    #baseRoom  "<firstRoom>"
  331.  
  332.                  OK, now we're into parameters that you must have set,
  333.                  starting with baseRoom.  Citadel always has a minimum
  334.                  of three rooms, the Aide> room for housekeeping, the Mail>
  335.                  room for private correspondence, and the <baseRoom>, which
  336.                  is the room that a caller is always initially placed in.
  337.                  (Historical note: the old CP/M Citadel called this room
  338.                  the Lobby>; we've only made the name of the Lobby> selectable
  339.                  by the sysop.)  This parameter is a string value that
  340.                  obeys formatting directives and goes through the Citadel
  341.                  formatter, and you must limit yourself to 19 characters
  342.                  or less for this value. And one more note, Citadel will
  343.                  append the '>' to this name when it prints the room prompt
  344.                  for this room, you don't have to put it in yourself. If
  345.                  you wished to emulate the old CP/M Citadel, you'd set
  346.                  baseRoom thus:
  347.  
  348.      #baseRoom "Lobby"
  349.  
  350.                  There is no default for this parameter.
  351.  
  352.      #MainFloor
  353.  
  354.                  MainFloor is analogous to #baseRoom.  Any Citadel has
  355.                  a base floor, just as it has an Aide> room, etc.  This
  356.                  parameter allows you to name this base floor.  This parameter
  357.                  is a string value which cannot be longer than 19 characters,
  358.                  and specifies the name of your base floor.  So, if you
  359.                  want to name your base floor MAIN FLOOR, you'd have
  360.  
  361.      #MainFloor "MAIN FLOOR"
  362.  
  363.                  There is no default value for this parameter.
  364.  
  365.      #CRYPTSEED  <number>
  366.                  Citadel automatically encrypts all sensitive data files.
  367.                  While the algorithm used can, of course, be broken by
  368.                  the determined, particularly since the code is available
  369.                  for perusal, the encryption does provide protection against
  370.                  casual eyes, mistakes, and amateur system breakers.  We
  371.                  do encourage you to take precautions of your own, such
  372.                  as not opening directory rooms that look at sensitive data.
  373.                  Encryption can be disabled if you specify a value of zero.
  374.                  You may use any value 0-65536.
  375.  
  376.                  CRYPTSEED is an encryption seed that Citadel uses to encrypt
  377.                  your data; if someone should acquire of all of your data
  378.                  files but for CTDLCNFG.SYS, then they still won't have
  379.                  access to your system until they figure out what your
  380.                  CRYPTSEED is.  DON'T EVER CHANGE THIS VALUE WHILE RUNNING
  381.                  A CITADEL, OR EVERYTHING WILL BECOME MESSED UP!  If you
  382.                  are rebuilding your system from scratch, you may change
  383.                  the value at that time.  An example:
  384.  
  385.      #CRYPTSEED    69
  386.  
  387.      #MESSAGEK   <size in K>
  388.  
  389.                  MESSAGEK defines how much disk space you wish to allocate
  390.                  for messages on your installation.  There is no way to
  391.                  define how many messages you want in your system, or how
  392.                  fast they turnover.  All the messages in your system will
  393.                  reside in CTDLMSG.SYS, and thus the number of messages
  394.                  in your system at any given moment will depend on the
  395.                  length of the messages being entered into the system by
  396.                  your users.  The turnover rate of your messages  will
  397.                  depend on how busy your system is.  As an example, Test
  398.                  System has a 611K message base, which holds 2100 messages
  399.                  +/- 300, of which some are of fairly good length.  Turnover
  400.                  seems to between 3 weeks and a month, since 80-160 messages
  401.                  are entered a day.  However, Test System is also a busy
  402.                  system.
  403.  
  404.                  The sysop of an installation should also keep in mind
  405.                  that very large systems, with many new messages, can be
  406.                  intimidating to new users, so large message spaces should
  407.                  be approached with caution.  Remember, there is a utility
  408.                  for expanding the message base, but not for shrinking it.
  409.  
  410.                  This is a numerical value which you specify in 'K', which
  411.                  is actually 1024 bytes/K.  So, for example, to specify
  412.                  a 250K message file.
  413.  
  414.      #MESSAGEK 250               -- 250K message base
  415.  
  416.      #MSG-SLOTS
  417.                  This numerical parameter specifies how many messages per
  418.                  room will be used on this system (the lone exception is
  419.                  the Mail>, which is covered by the following parameter).
  420.                  If you wanted to use Citadel's traditional number of messages
  421.                  per room, you'd have
  422.  
  423.      #MSG-SLOTS 58
  424.  
  425.      #MAIL-SLOTS
  426.  
  427.                  This is a numerical parameter specifying how many messages
  428.                  per log record that you wish to reserve for Mail.  The
  429.                  Mail> room is the only room in the system whose data is
  430.                  not kept in CTDLROOM.SYS.  Instead, the file CTDLLOG.SYS
  431.                  contains the "Mail>" room, reserving for each account
  432.                  enough room for MAIL-SLOTS Mail messages.  Therefore,
  433.                  this parameter gives you the ability to decide the maximum
  434.                  number of Mail> messages per user that they can access.
  435.                  Please remember that if a user gets more messages in Mail>
  436.                  than there are MAIL-SLOTS between two successive logins,
  437.                  then they will lose the earlier messages sent to them.
  438.                  Another consideration is that many users like to review
  439.                  old Mail when engaged in an in-depth private conversation.
  440.                  Therefore, setting MAIL-SLOTS to a low value may not be
  441.                  the attractive alternative that it first seems.  However,
  442.                  it should go without saying a high MAIL-SLOTS value may
  443.                  eat up more room than necessary on your drives.  The section
  444.                  on LOGSIZE will give an exact formula for how much space
  445.                  your log will take up.  Example:
  446.  
  447.      #MAIL-SLOTS 58
  448.  
  449.      #MAXROOMS
  450.  
  451.                  This numerical parameter specifies the maximum number
  452.                  of rooms your system will support.  Since the baseRoom,
  453.                  Aide>, and Mail> room are necessary, the smallest value
  454.                  you can give is 3.  The largest number is 65536 (probably).
  455.                  If you wanted to have a 64 room system, you'd have
  456.  
  457.      #MAXROOMS 64
  458.  
  459.                  You can use the following formula to estimate the number
  460.                  of bytes a room file will take up on your system:
  461.  
  462.                  # of bytes = MAXROOMS * (50 + (6 * MSG-SLOTS))
  463.  
  464.      #LOGSIZE
  465.  
  466.                  This numerical parameter gives you, the sysop, the ability
  467.                  to decide how many accounts will be available on your
  468.                  system.  If you run a system in which more accounts are
  469.                  used than there are accounts reserved, then new accounts
  470.                  are generated by killing old accounts.  The account that
  471.                  will be replaced with the new account is that account
  472.                  which has not been used in the longest time (in other
  473.                  words, accounts that are not used will be the first to
  474.                  be killed).
  475.  
  476.                  All space is reserved immediately for these accounts.
  477.                  The size of this file can be estimated from the formula:
  478.  
  479.                  # of bytes = LOGSIZE * (82 + MAXROOMS + (6 * MAIL-SLOTS))
  480.  
  481.                  so if you are operating in a restricted environment, plan
  482.                  accordingly.  If you need to, you can expand the size
  483.                  of the log through the use of the DATACHNG utility, but
  484.                  the log cannot be shrunk.  This is a numerical value.
  485.                  Here is an example:
  486.  
  487.      #LOGSIZE 180
  488.  
  489.      Now we discuss where you want the data files to be located on your
  490.      system.  These parameters are all specified in the same way, as a
  491.      string value (which does not obey  formatting directives, naturally)
  492.      that tells Citadel where on your system the given data file or files
  493.      associated with the given parameter is located. Simply use either
  494.      a relative directory specification or a full pathname. So, some sample
  495.      valid specifications would  be "c:", "a:system", b:msgs", and "i:bark".
  496.  
  497.         If CONFG cannot find the directory that you specify, it will
  498.         attempt to create that directory, after asking permission.
  499.  
  500.      #HELPAREA "cit:helps"
  501.  
  502.                  This parameter specifies where all of your Help files
  503.                  will be located.  These files are *.HLP, *.BLB, and *.MNU.
  504.                  Normally, you should create this directory and place the
  505.                  help files in the directory before bringing up Citadel,
  506.                  since help files are usually online at all times.  The
  507.                  Help files are maintained on Test System.  Ask any Citadel
  508.                  System where to find them.  I also have a set on the Amiga
  509.                  Zone.
  510.  
  511.      #LOGAREA "c:system"
  512.  
  513.                  This parameter specifies the location of your CTDLLOG.SYS
  514.                  file (this file is sized by your LOGSIZE parameter).
  515.  
  516.  
  517.      #ROOMAREA "system"
  518.  
  519.                 This parameter specifies the location of CTDLROOM.SYS,
  520.                 CTDLARCH.SYS,  and CTDLDIR.SYS.
  521.  
  522.      #MSGAREA "c:msg"
  523.  
  524.                 This parameter specifies the location of CTDLMSG.SYS.
  525.  
  526.      #FLOORAREA "floors"
  527.  
  528.                 This parameter specifies the location of CTDLFLR.SYS.
  529.  
  530.      #AIDESEEALL
  531.  
  532.                 This parameter is a toggle that gives you some power over
  533.                 the scope of your aides' "vision".  If you set this parameter
  534.                 to 1, then your aides have access to all public AND private
  535.                 rooms (but not invite rooms, unless they have been invited).
  536.                 If this parameter is set to 0, then aides only have access
  537.                 to public rooms, plus those private and invite rooms that
  538.                 they've been invited to.  So, if you want your aides to
  539.                 see all public and private rooms, you would have
  540.  
  541.      #AIDESEEALL 1               -- See all but invite rooms
  542.  
  543.                 if you don't want your aides to be so nosy, then you'd have
  544.  
  545.      #AIDESEEALL 0               -- See only public rooms.
  546.  
  547.      #LOGINOK
  548.  
  549.                 The LOGINOK parameter controls whether your system is an
  550.                 "open" or "closed" system.  If you set LOGINOK to 1, the
  551.                 system will allow anyone to log in as a "new" user; that
  552.                 is, it will ask a caller who uses an unrecognized password
  553.                 if they wish to login as a new user.  If LOGINOK is set
  554.                 to 0, the system will simply tell the caller without a
  555.                 valid password that there is no record of that password,
  556.                 and that they should leave Mail> to the sysop; the only
  557.                 way to enter new users into the system is from the system
  558.                 console. If you want an open system, for example, you
  559.                 would have:
  560.  
  561.      #LOGINOK 1                  -- let the riff-raff in!
  562.  
  563.      #ENTEROK
  564.  
  565.                ENTEROK controls whether a caller who is not logged in can
  566.                enter messages or not.  If ENTEROK is 1, then a caller who
  567.                has not logged in can enter messages; if it is 0, then they
  568.                must log in first, except for Mail to the sysop.  Setting
  569.                ENTEROK to 0 can reduce vandalism; setting it to 1 gives
  570.                your callers the privilege of anonymity.
  571.  
  572.      #ENTEROK  0                 -- log in first, folks!
  573.  
  574.      #READOK
  575.                READOK controls whether an unlogged caller can read messages.
  576.                If READOK is 1, then they may.  If READOK is 0, then an
  577.                unlogged caller can only read the policy statement available
  578.                in the Mail> room (POLICY.HLP), and the help files.  Setting
  579.                READOK to 0 can discourage unwelcome callers from using
  580.                scarce system time.
  581.  
  582.      #READOK 0                   -- gotta login to read these gems...
  583.  
  584.      #ROOMOK
  585.                ROOMOK controls who can create new rooms on your system.
  586.                If ROOMOK is 1, then any logged in user of the system may
  587.                create new rooms.  If ROOMOK is 0, then only aides may create
  588.                new rooms on your system.
  589.  
  590.      #ROOMOK 1                   -- a liberal policy
  591.  
  592.      #ALLMAIL
  593.                ALLMAIL controls who can use the Mail> room.  If ALLMAIL
  594.                is 1, then any user may use Mail> to send private messages
  595.                to any other user on the system.  If ALLMAIL is 0, then
  596.                only Aides may use the Mail> room in a general manner; regular
  597.                folk can only use Mail> for messages to Sysop.  Setting
  598.                ALLMAIL to 0 may be appropriate on tightly focused systems
  599.                operating in a small environment.
  600.  
  601.      #ALLMAIL 1                  -- the normal policy
  602.  
  603.      #SYSBAUD
  604.  
  605.                The SYSBAUD parameter is used to tell Citadel what baud
  606.                rates your hardware will support.  Citadel cannot normally
  607.                be configured to run high baud rates while excluding lower
  608.                baud rates (i.e., operate correctly at 1200 baud but not
  609.                at 300 baud).  A value of 0 indicates that the system is
  610.                a 300 baud system, 1 indicates 300/1200, 2 indicates
  611.                300/1200/2400, 3 indicates 3/12/24/48, and 4 indicates
  612.                3/12/24/48/96.
  613.  
  614.     #SYSBAUD 1                  -- A 3/12 system.
  615.  
  616.     #SEARCHBAUD
  617.  
  618.                if you are a novice, we suggest setting this parameter to
  619.                1, even if you do have an internal hayes modem.  only play
  620.                with the searchbaud parameter after you have a CITADEL
  621.                installation that works correctly.
  622.  
  623.                The SEARCHBAUD parameter is used to tell Citadel how to
  624.                find the baud rate of the caller.  If the value of this
  625.                parameter is 1, then Citadel will search for the correct
  626.                baud rate by switching through each of the valid baud rates
  627.                for this installation, searching for a half second at each
  628.                baud rate for a carriage return from the caller.  If the
  629.                value of this parameter is 0, then Citadel assumes that
  630.                you have a failure-proof method of detecting the baud rate
  631.                of the caller.  Most modems today will handle the detection
  632.                of the baud rate and send a result code.
  633.  
  634.      #SEARCHBAUD 1               -- Normal setting
  635.  
  636.      #modemSetup
  637.  
  638.                This parameter is used to initialize your modem.  It is
  639.                a string value parameter that obeys the formatting directives;
  640.                however, you should be warned that Citadel automatically
  641.                appends a "\r" to the end of this string before sending
  642.                it to the modem. And when is modemSetup sent to the modem?
  643.                It is automatically sent twice while Citadel is initializing,
  644.                and it will also be automatically sent to the modem whenever
  645.                the <R>einitialize command is selected from the Sysop Menu (
  646.                i.e. privileged function:).
  647.  
  648.                The value that you use for this string should cause the
  649.                modem to be put into a mode where it will function suitably
  650.                with Citadel.  This includes auto-answer and response to
  651.                DTR, at the very least.  Other options that you may wish
  652.                to consider include turning the modem speaker off (if you
  653.                have one); consult your modem manual for details.  The example
  654.                we have here is biased towards Hayes/compatible modems.
  655.                You may have to do some research if you're using an odd
  656.                modem.  Our example turns auto-answer on and turns off the
  657.                speaker on a Hayes modem; note the lack of "\r".
  658.  
  659.      #modemSetup "AT S0=1 M0"           -- Surely an exercise in aesthetics...
  660.  
  661.      #event <days> <time> <class> <type> <duration> <warning string> <depends>
  662.  
  663.                This is what we're calling a "time-driven event-handler",
  664.                which we're going to define as the ability to cause Citadel
  665.                to do certain things at times that you specify.  So, for
  666.                instance, you can have the system come down at certain times
  667.                of the day to back itself up, or have it go into networking
  668.                mode several times a week -- or several times a day.  Or
  669.                do whatever your imagination suggests.  Any number of these
  670.                #event parameters may appear in your CTDLCNFG.SYS file.
  671.  
  672.                Here is an explanation of each parameter field in the above
  673.                statement.
  674.                <days> can be any of the values "Mon", "Tue", "Wed", "Thu", "
  675.                Fri", "Sat", "Sun", or "All", or any combination of the
  676.                first seven.  If used in combination, separate each with
  677.                a ',', but NO spaces are allowed.  This part of #event is
  678.                used to specify on what days this event is to take place.
  679.                So, if you want something to happen only on Wednesdays and
  680.                Saturdays, then you'd have
  681.  
  682.      #event Wed,Sat ....
  683.  
  684.                The 'All' value means, of course, all days of the week.
  685.  
  686.                <time> is the military specification of what time of day
  687.                this event is supposed to happen (unless the class of this
  688.                event is 'relative' -- see below).  For instance, 11 AM
  689.                would be:
  690.  
  691.      #event .... 11:00 ....
  692.  
  693.                while 11 PM would be:
  694.  
  695.      #event .... 23:00 ....
  696.  
  697.               and 12:30 AM would be:
  698.  
  699.      #event .... 00:30 ....
  700.  
  701.               Only one time can be specified in this field.  If you need
  702.               the same event to happen at multiple times, then use separate #
  703.               event entries.
  704.  
  705.               <class> indicates the class of the event, which is roughly
  706.               what kind of event it will be.  Citadel supports four classes
  707.               of events at this time:
  708.  
  709.               'network' -- this indicates that Citadel should drop into
  710.               networking mode on the day(s) at the time indicated by the
  711.               <days> and <time> fields.
  712.  
  713.               'external' -- this indicates that Citadel should come down
  714.               on the day(s) at the time specified by the <days> and <time>
  715.               fields.  The ERRORLEVEL that Citadel should generate when
  716.               it comes down will be discussed later in the subsection on
  717.               the <depends> field.  This class should be used in conjunction
  718.               with a carefully written batch file.
  719.  
  720.               'relative' -- this indicates that Citadel should come down
  721.               X minutes after it has come up (this is used to replace the
  722.               TIMEOUT and HOUROUT parameters).
  723.  
  724.               The number of minutes should be expressed in the <time> field;
  725.               the <days> field has no meaning (although it must be filled
  726.               in) when class is 'relative'.  The ERRORLEVEL to be generated
  727.               by Citadel when it comes down will be discussed later, but
  728.               for now we'll state that it occupies the <depends> field.
  729.               For instance, if you want your system to come down 6 hours
  730.               after it comes up, do something, and then come back up (at
  731.               which point you should realize it'll come back down again
  732.               6 hours after that, unless another event comes first), you
  733.               would have an event like:
  734.  
  735.      #event Sat 6:00 relative .... 7
  736.  
  737.               in your CTDLCNFG.SYS (note that Sat is meaningless, but some
  738.               valid value for the field has to be there).
  739.  
  740.               'dl-time' -- This indicates that a "download time limit"
  741.               should be activated.  This was a recent addition to the #event
  742.               handler, and is thus a patch rather than a full-scale addition;
  743.               to truly implement a download time limit would probably require
  744.               a Major Release.  When this class of event is active, the
  745.               total amount of time a user may use in downloads during a
  746.               session is limited by the value in the <depends> field, which
  747.               is designated in MINUTES.  This class value should only be
  748.               used with the 'quiet' type (see below).  When this event
  749.               ends, download time limits return to an unlimited status
  750.               automatically.
  751.  
  752.               <type> defines what type of event this will be, which essentially
  753.               means how Citadel reacts when the event time comes around.
  754.               There are two types of events supported at this time:
  755.  
  756.               'preempt' -- this indicates that when it's time for this
  757.               event to occur, the current user (if one is on) will be kicked
  758.               off the system.  A warning will be issued to the user 5 minutes
  759.               before the event is to occur (or if they call in after the
  760.               5 minute mark has passed, they will get the warning immediately).
  761.               This type should be used for events that MUST occur at a
  762.               given time, such as networking.
  763.  
  764.               'non-preempt' -- this indicates that the system is willing
  765.               to wait until the current user is off the system before executing
  766.               the current event.  If the time of the event is passed by,
  767.               the event will still be executed when the caller logs off.
  768.  
  769.               'quiet' -- this indicates that the event should occur with
  770.               no notice given to the user.  Currently, this only makes
  771.               sense with the 'dl-time' parameter, since there is no need
  772.               to bring the system down or drop into network mode to change
  773.               the dl-time limit.
  774.  
  775.               <duration> defines how long the event will last, in minutes.
  776.               If duration is 0, then if you happen to bring the system
  777.               up at the exact time that the event is to take place, the
  778.               event WON'T take place; for all other values of duration,
  779.               the event will take place. Duration should probably be 0
  780.               for external events that you only want to happen once, happen
  781.               quickly, and bring the system right back up, such as a backup
  782.               event in which your script file backs up the system and then
  783.               brings it back up.  This can go so fast that your system
  784.               will be back up in less than 1 minute, so you don't* want
  785.               duration set to 1 -- you want it at 0, otherwise the event
  786.               could be executed more than once.  However, for network events
  787.               you certainly want it set correctly.  A 45 minute network
  788.               event would look like this:
  789.  
  790.      #event ... ... network preempt 45 ....
  791.  
  792.              <warning string> is only valid for 'preempt' events.  It is
  793.              sent to the user for the warning and for the "you've been
  794.              kicked off" messages.  It should be enclosed in quotes.  Here's
  795.              what the messages look like:
  796.  
  797.      "<beep>WARNING: System going down at <time> for <warning string>."
  798.  
  799.      "<beep>Going to <warning string>, bye!"
  800.  
  801.              So, for networking,
  802.  
  803.      #event .... "networking" ...
  804.  
  805.              works just fine.
  806.  
  807.              <depends> is a parameter whose meaning depends on the class
  808.              of the event.  If the class of the event is 'external' or '
  809.              relative', then this value is the ERRORLEVEL that Citadel
  810.              is supposed to generate as it comes down, and should be used
  811.              in Script files for further processing.  The upper effective
  812.              limit on this parameter is whatever AmigaDOS allows in Script
  813.              files.  Before leaping into this, however, please review
  814.              the section on Script files in the Manuals, paying particular
  815.              attention to already-reserved ERRORLEVELS.
  816.  
  817.              If the class of this event is 'network', then <depends> specifies
  818.              what net(s) this network event is going to participate in.
  819.              While we are not going to discuss in detail what Citadel's "
  820.              multinet" capability is, here is a summary: Citadel supports
  821.              handling multiple C86nets.  Each network is identified by
  822.              a number; all of the nodes in your system can be associated
  823.              with 0 or more of these nets.  Thus, using the <depends> field
  824.              can allow you to network with certain systems at one time
  825.              and/or day, and other systems on other times and/or days.
  826.              The <depends> field must have at least one of the nets identified
  827.              here, and may have more if a particular network session is
  828.              servicing more than one network at a time.  If more than one
  829.              net is to be serviced, place a comma, and ONLY a comma, between
  830.              each net identifier. So, if you wanted to specify nets 1,
  831.              6, and 14, you'd have:
  832.  
  833.      #event .... 1,6,14
  834.  
  835.              If the class of the event is 'dl-time', then the depends field
  836.              specifies the maximum number of minutes that may be spent
  837.              in downloading during a single login while this event is in
  838.              effect.
  839.  
  840.              And that's it for the #event parameter(s).  We hope our
  841.              explanation is understandable; we sure had a hard enough time
  842.              writing it!
  843.  
  844.      #sysPassword
  845.  
  846.              This parameter gives you access to the Remote Sysop capabilities
  847.              of Citadel.
  848.  
  849.              A "Remote Sysop" is an Aide, not at the System Console, who
  850.              knows the Remote Sysop Password.  A Remote Sysop's capabilities
  851.              include complete access to the Sysop Menu (yes, including
  852.              such silly things as changing the Baud Rate ) and when editing
  853.              rooms the Remote Sysop can do what a normal Sysop can do.
  854.              A Remote Sysop gains access to the Sysop capabilities in exactly
  855.              the same way as a normal Sysop does, by sending a ^L to the
  856.              system -- but a Remote Sysop has to supply a password.
  857.  
  858.              This parameter, a string value that does not obey formatting
  859.              directives, does NOT (repeat NOT!) specify the Remote Sysop
  860.              Password.  Rather, it specifies the NAME of a file that contains,
  861.              on one line, the Remote Sysop Password (this allows you to
  862.              hide your Remote Sysop Password somewhere on your system).
  863.              This filename may specify any file anywhere on your system,
  864.              including different drives and subdirectories.
  865.  
  866.              The password itself must be at least 15 letters long, and
  867.              is, unlike most passwords, case-sensitive.  WARNING: If you
  868.              change the password in the file, you must run CONFG again (
  869.              CONFG ONLYPARAMS -- see the Section on Command Line parameters).
  870.  
  871.              If this parameter is not specified, or the file is not found,
  872.              then the Remote Sysop facility will not be available.
  873.  
  874.              This password should be protected to the maximum extent possible.
  875.              Major abuse is possible if some juvenile delinquent breaks two
  876.              passwords.
  877.  
  878.              However, if you insist on using this facility, and placed
  879.              your password in a file in a directory on partition G:, in a file
  880.              named PWD in a directory on the root called HIDING, you'd
  881.              have the following in your CTDLCNFG.SYS file.
  882.  
  883.      #sysPassword "g:hiding/pwd"
  884.  
  885.              At this point I would say something about security in general.
  886.              If you leave your system files, ctdlcnfg.sys and other things
  887.              directly available to your users, you run the risk of having
  888.              someone download them and effectivly hacking into your system
  889.              anytime they want.  It would take no longer than the download
  890.              and a run of a utility to know passwords of all your users and
  891.              create havoc on a board.  Please keep the files in a safe place
  892.              that is only accessable by the Sysop locally.  This is the first
  893.              commandment of Security!  Also do not give out AIDE privledges
  894.              lightly.  Make sure you can trust the person!
  895.  
  896.      #AUDITAREA
  897.  
  898.              This parameter is just like the MSGAREA, et al.  It is a string
  899.              value parameter that specifies a drive and directory which
  900.              will hold an audit file.  If this parameter is not present
  901.              in your CTDLCNFG.SYS file, then the audit file will not be
  902.              created or updated by Citadel.
  903.  
  904.              The audit file is known as CALLLOG.SYS.  It is a simple ASCII
  905.              text file that contains notes regarding system usage.  There
  906.              are only two types of notes.  The first lists when the system
  907.              has come up and down.
  908.  
  909.              The second type records who has called, listing login and
  910.              logout times, one line per person, in the following format:
  911.  
  912.      <person>   :   <login time> - <logout time> <baud rate>
  913.  
  914.              Occasionally such a line will have an extra character appended
  915.              onto it, and they have the following significance.
  916.  
  917.              '+'  Means that this user logged in as new.
  918.              '-'  Means that this user used .TS to logout.
  919.              'T'  Means that this user timed out on the system.
  920.              'E'  Means that this user hit the error limit on the system and was
  921.              kicked off.
  922.  
  923.              If you want to have a call log, you would have something like
  924.              this in your CTDLCNFG.SYS file:
  925.  
  926.      #AUDITAREA "audit"         -- This would be a subdirectory
  927.  
  928.      #MIRRORMSG
  929.              The structure of Citadel's message base causes frequent disk
  930.              access.  While this is not particularly deleterious for a
  931.              hard disk, this kind of activity has been known to actually
  932.              destroy floppy drives. Therefore, it makes sense to put the
  933.              message base into a RAM drive. However, this leaves systems
  934.              vulnerable to message base loss due to power failure. Because of
  935.              this, Citadel has the ability to support two identical message
  936.              bases at once.
  937.  
  938.              The first message base functions as the primary; messages
  939.              are written to and read from this base. This message base
  940.              is specified by the MSGAREA parameter.  The second message
  941.              base, however, is subject only to writing, thus saving wear
  942.              and tear on the media involved.  Since the primary message
  943.              base (the one that is both written to and read from) is subject
  944.              to a lot of wear and tear, this message base should be placed
  945.              in a RAM disk. The MSGAREA parameter mentioned earlier specifies
  946.              the area for the primary message base.  It is your responsibility
  947.              to make sure that a copy of CTDLMSG.SYS is in the RAM disk
  948.              when you bring Citadel up; Citadel will not do that for you.
  949.  
  950.              The secondary message base, since it is only written to, should
  951.              reside on permanent media, such as a floppy.  The parameter
  952.              MSG2AREA, a string value that does not respond to formatting
  953.              directives, specifies the area where the secondary message
  954.              base should reside.  Since both message bases are written
  955.              to simultaneously, they should remain identical.
  956.  
  957.              If you wish to use this option, MIRRORMSG should be set to
  958.              1; otherwise, it should be set to 0.  If MIRRORMSG is set
  959.              to 1, then MSG2AREA should specify where the secondary message
  960.              base should reside.  For instance:
  961.  
  962.      #MIRRORMSG 1                -- yeah, why not?
  963.      #MSG2AREA "b:msg"           -- on floppy, of course
  964.  
  965.      #RESULT-300
  966.      #RESULT-1200
  967.      #RESULT-2400
  968.      #RESULT-4800
  969.      #RESULT-9600
  970.      #RING
  971.  
  972.              Citadel has the ability to read the result codes from Hayes
  973.              compatible modems and determine the baud connection of the
  974.              modem from them.
  975.  
  976.              The #RESULT-xxxx parameters and the #RING parameter are string
  977.              values which should contain the result codes your modem will
  978.              return for the respective connections, while #RING is the
  979.              result code for a RING.  Consult your modem for the exact
  980.              values, since they vary from modem to modem.  You are also
  981.              responsible for using the #modemSetup parameter to initialize
  982.              your modem correctly for returning result codes.
  983.  
  984.              When Citadel is trying to use result codes to detect the baud
  985.              rate of a caller, it proceeds by scanning the input for a
  986.              C/R.  Once one is found, then the characters accumulated before
  987.              the C/R are compared to your #RING value.  If they are identical,
  988.              then all the characters are thrown away and Citadel looks
  989.              for more result codes.  If #RING did not match, then the system
  990.              will scan the various #RESULT-xxxx values that you specified,
  991.              again looking for a match.  If one is found, then the respective
  992.              baud rate is set and the system proceeds with login.  If a
  993.              match is not found, then the system begins scanning for user-sent
  994.              C/Rs in an attempt to find the baud rate.
  995.  
  996.              You do not need to specify values for baud rates your modem
  997.              doesn't support, and we recommend that you do not.
  998.  
  999.              If you have your SEARCHBAUD parameter set to 0, then you should
  1000.              NOT use this option.
  1001.  
  1002.              Here is an example for a MultiTech MT224.
  1003.  
  1004.      #RESULT-300 "1"
  1005.      #RESULT-1200 "5"
  1006.      #RESULT-2400 "9"
  1007.      #RING "2"
  1008.  
  1009.              Earlier in this document is a copy of a typical RESULTS.SYS file
  1010.              which will work for most any Hayes compatible modem.
  1011.  
  1012.      #HOLDAREA
  1013.  
  1014.              Citadel has the optional capability to save messages that
  1015.              are inadvertently interrupted during composition by users
  1016.              for later completion.  The reason we say "optional" is that
  1017.              the method used to save such messages is to save them as files
  1018.              on disk, and in a restricted environment such an ability may
  1019.              not be desirable. Thus, this feature is only available on
  1020.              systems in which #HOLDAREA is defined.  #HOLDAREA is another
  1021.              directory specification, exactly like those of Section 1 of
  1022.              CTDLCNFG.SYS.  All messages that are interrupted will be stored
  1023.              there until the next time the user logs in.  These files are
  1024.              currently 7706 bytes long.
  1025.  
  1026.      #HOLDAREA "hold"
  1027.  
  1028.      #sysopName
  1029.  
  1030.              This parameter is used to tell your system who the sysop is.
  1031.              The only real effect of this parameter is that all Mail> to
  1032.              sysop is automatically routed to the account that you specify
  1033.              in this parameter's string value.  (This will also affect
  1034.              net Mail> to sysop.)  If you're not using this parameter,
  1035.              or the account does not exist, then Mail> to sysop will end
  1036.              up in the Aide> room.
  1037.  
  1038.      #sysopName "Me!"
  1039.  
  1040.      #NETWORK
  1041.  
  1042.              This parameter controls whether or not you're in the network
  1043.              at all.  Set it to 1, and you are.  If it is set to 0, then
  1044.              you are not (initial setting for our virgin copy).  If you
  1045.              are planning to participate in the network, then please be
  1046.              sure that you understand the section on the #event parameter,
  1047.              because that is what you use to tell your system when to
  1048.              communicate with other systems on the networks.  Also contact
  1049.              the Sysops of the systems you plan to netword and tell them
  1050.              you NODEID and NODETITLE.  You must also arrange the calling
  1051.              and many other parameters.  The Sysops you contact can help
  1052.              you setup this and get it working.  The Aide room will contain
  1053.              messages telling you of problems with your networking.
  1054.  
  1055.      #NETWORK 1                  -- This system participates.
  1056.  
  1057.      #LONG-HAUL
  1058.  
  1059.              This parameter controls whether or not you'll ever call any
  1060.              systems that are long distance from you.  If 1, then you will
  1061.              (if you have any on your list, natch); if 0, then you won't.
  1062.              Naturally, if you never have any systems that are long distance
  1063.              from you in your node list, your system will never call long
  1064.              distance.
  1065.  
  1066.      #LONG-HAUL 1                -- Sure, what da heck
  1067.  
  1068.      #NewNetPrivs
  1069.  
  1070.              This numerical parameter let's you decide if new users should
  1071.              automatically have net privileges or not.  If 1, then they
  1072.              do; 0, they don't.
  1073.  
  1074.      #NewNetPrivs 0                     -- let's be paranoid!
  1075.  
  1076.      #NETAREA
  1077.  
  1078.              This string parameter specifies where all the net files will
  1079.              be located on your system.  The "net files" are CTDLNET.SYS
  1080.              and various temporary files that have the suffixes ML, RFL,
  1081.              and SFL.  NETAREA is just like LOGAREA, MSGAREA, etc., specifying
  1082.              either a relative path name or full pathname.
  1083.  
  1084.      #NETAREA "netstuff"         -- let's put it in a directory called
  1085.                                  -- netstuff.
  1086.  
  1087.      #SHARED-ROOMS
  1088.  
  1089.              This numeric parameter reserves room in each node record for
  1090.              the number of shared rooms you think you'd like to share.
  1091.              Each takes up 6 bytes, so plan according in view of the number
  1092.              of nodes you'll have on your node list and the number of rooms
  1093.              you might want to share with other systems.  If you think you
  1094.              might add rooms later, make this large enough for your plans.
  1095.  
  1096.  
  1097.      #SHARED-ROOMS 4            -- conservative
  1098.  
  1099.      #NET-ARCH-ROOMS
  1100.  
  1101.              This numeric parameter reserves room in each node record for
  1102.              the number rooms that you think you'd like to archive via
  1103.              the network.  Each takes up 6 bytes, so once again plan
  1104.              accordingly.
  1105.  
  1106.      #NET-ARCH-ROOMS 2          -- it's an odd capability
  1107.  
  1108.      #NET_RECEPT_AREA
  1109.  
  1110.              This parameter specifies a directory on your system that will
  1111.              contain all files that are sent to your system by some other
  1112.              system during networking, using the Send File facility (this
  1113.              is not the same as requesting files over the network).  NET_RECEPT_AREA
  1114.              is a string value that does not obey string formatting directives,
  1115.              of course, and it may specify any directory on your system,
  1116.              not just a subdirectory to your current directory.  So, supposing
  1117.              you wanted to specify  Cit:CITADEL/HOLDING as the directory
  1118.              for incoming files from the net, you'd have in your CTDLCNFG.SYS
  1119.  
  1120.      #NET_RECEPT_AREA "Cit:CITADEL/HOLDING" -- that directory
  1121.  
  1122.      #NET_AREA_SIZE
  1123.      #MAX_NET_FILE
  1124.  
  1125.              These two parameters allow you to control how much space you
  1126.              wish to devote to files coming into your system from the net
  1127.              via the Send File command (i.e., other systems sending you
  1128.              files without you asking).
  1129.  
  1130.              NET_AREA_SIZE allows you to tell Citadel how much space to
  1131.              devote to the directory specified in NET_RECEPT_AREA.  When
  1132.              a system attempts to send you a file, Citadel will get the
  1133.              size of the file, and then check to see how much space is
  1134.              already being taken up by files in NET_RECEPT_AREA.  If the
  1135.              difference of NET_AREA_SIZE and the files already in
  1136.              NET_RECEPT_AREA is less than the size of the incoming file,
  1137.              then your system will not accept the file that is being sent
  1138.              to you.  Make this large enough for expected files, but do not
  1139.              exceed the space on the drive/partition.
  1140.  
  1141.              MAX_NET_FILE allows you to control how big a file you will
  1142.              ever accept.  If the size of the file being sent to you exceeds
  1143.              the value you specify here, then your system will not accept
  1144.              the file being sent.
  1145.  
  1146.              Both of these values are in terms of K.  So, for instance,
  1147.              if you only wanted to allow files of up 24K into your system,
  1148.              and only wished to devote up to 44K to NET_RECEPT_AREA, you'd
  1149.              have:
  1150.  
  1151.      #NET_AREA_SIZE 24
  1152.      #MAX_NET_FILE  44
  1153.  
  1154.      #callOutPrefix
  1155.      #callOutSuffix
  1156.  
  1157.             These two parameters control modem dialing during networking.
  1158.             These are both string value parameters that will obey formatting
  1159.             directives, and should be used to convey commands to the modem.
  1160.             When dialing, Citadel constructs a phone number to send to
  1161.             the phone company, and sends the following to your modem:
  1162.  
  1163.      <callOutPrefix><phone#><callOutSuffix>
  1164.  
  1165.             callOutPrefix should alert the modem to dial, while callOutSuffix
  1166.             should do anything necessary to finish the dialing sequence
  1167.             (usually, just send a C/R to the modem).
  1168.  
  1169.             If you have a Hayes modem, we recommend you use the following
  1170.             values for these two parameters.
  1171.  
  1172.      #callOutPrefix "ATDT"            -- Tells a Hayes modem to dial out using
  1173.                                       -- touch tones
  1174.      #callOutSuffix "\r"              -- puts a carriage return at the end
  1175.  
  1176.      #LOCK-PORT
  1177.  
  1178.             This parameter allows you to lock the computer to modem data
  1179.             rate and have Citadel ignore the results code for user
  1180.             connections.  This is used in conjuction with SERIAL_7WIRE
  1181.             when you have a high speed modem.
  1182.  
  1183.      #SERIAL_7WIRE
  1184.  
  1185.             This is a required parameter if you are using a computer to
  1186.             modem data rate that is greater than the user connect rate.  If
  1187.             for example you have an MNP modem and have the computer locked
  1188.             at 9600 baud(See #LOCK-PORT above, you need that too).  This
  1189.             enables the hardware handshaking CTS/RTS.  If you do not do
  1190.             this, users will overrun the modem buffers at slow rates and
  1191.             see garbage.
  1192.  
  1193.      #SERIALDEVICE
  1194.      #UNITNUMBER
  1195.  
  1196.             These two parameters are of use to those with alternate serial
  1197.             devices, internal modems, third-party serial card.  It allows
  1198.             you to name the device and unit number Citadel should use to
  1199.             communicate with your modem.
  1200.  
  1201.      #alldone
  1202.  
  1203.             This is the last parameter in the ctdlcnfg.sys file.  It tells
  1204.             the CONFG program to finish processing and write the appropriate
  1205.             data files.  When you run a CONFG, the output will echo all your
  1206.             commands and any errors.  Watch it run and answer any questions.
  1207.             After it completes it will write the magic "ctdltabl.sys" file.
  1208.             This file is the controling file of Citadel.  If for some reason
  1209.             it is lost, you will have to run CONFG again.  Now all that remains
  1210.             is to run CTDL in the manner you decide.
  1211.  
  1212.             If CTDL DIDN'T come up, there are a large variety of reasons
  1213.             for the failure.  If your system seemed to make it up but came
  1214.             down relatively gracefully (i.e., left you at the system prompt),
  1215.             check your disks for a file named CRASH. It may give you (or
  1216.             the person you turn to for help!) a hint on what might be wrong.
  1217.             If it seems to think there's an error with a file, perhaps
  1218.             you forgot to configure MS-DOS correctly.  If CTDL itself complains
  1219.             about "no ctdltabl.sys!", then either that file isn't on your
  1220.             default disk when you called CTDL, or CONFG didn't successfully
  1221.             finish.
  1222.  
  1223.             Let's go over exactly what will happen.  When you run CONFG,
  1224.             it should go through CTDLCNFG.SYS.  Once finished, however,
  1225.             it's behavior will differ. It should not ask you if it may
  1226.             create the appropriate directories (since they should already
  1227.             exist), and it should not complain about not being able to
  1228.             find any of your system files (these should still exist, too!).
  1229.             However, it WILL ask you if you wish to erase and initialize
  1230.             your system files.  This time reply N (with vigor!).  CONFG
  1231.             will immediately begin analyzing your data files, and after
  1232.             several minutes, depending on the size of your system, it will
  1233.             produce a CTDLTABL.SYS; your system will be fit to run again.
  1234.  
  1235.      CTDL options
  1236.  
  1237.             The options starting with a "+" are switches that enable/disable
  1238.             some function of citadel.  This is a summary of the supported
  1239.             options:
  1240.  
  1241.             +netlog     -  Citadel will log all network activity in netlog.sys
  1242.             +nochat     -  Citadel will chat with nobody when chat is off.
  1243.             +netdebug   -  Citadel will provide additional info on networking
  1244.             +nomeet     -  Disables the User biographies
  1245.             +noecho     -  Disables the User echo on the console
  1246.             +vortex     -  Enables the vortex detection
  1247.             +vandaloff  -  Disables the checks for unlogged vandals
  1248.             +conpwd     -  Makes you use the sysop password at your console
  1249.             +noconban   -  controls the system banner at login
  1250.  
  1251.  
  1252.             The other options supply a parameter.  The format is
  1253.             option=parameter.  There are no spaces around the "=".
  1254.  
  1255.             kip         -  Not sure what this is for... Have to look????
  1256.             lowfree=    -  Sets the minimum free space on the upload disks
  1257.             lddelay=    -  Sets the connection time Citadel will wait for
  1258.                            a connect on long distance calls.
  1259.             paranoia=   -  specifies the number of messages a user may leave
  1260.                            in a room.  If exceeded the user is dropped.
  1261.             bps=        -  For use for those sysops using the #ISDOOR parameter
  1262.             zmodem=     -  Flag to control fast transfer enable.
  1263.